minBound

A shortcut for

bound {
    minValue = limit
}

See also


fun VerificationRuleSettings.minBound(    limit: Int,     coverageUnits: CoverageUnit = CoverageUnit.LINE,     aggregationForGroup: AggregationType = AggregationType.COVERED_PERCENTAGE)(source)

A shortcut for

bound {
    minValue = limit
    coverageUnits = coverageUnits
    aggregationForGroup = aggregationForGroup
}

See also